home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / comm / dlg / yahoo12.lha / Changes.txt < prev    next >
Text File  |  1994-07-31  |  4KB  |  96 lines

  1. Changes from version 1.1 to 1.2
  2. -------------------------------
  3.  
  4. New config keyword "depth" lets you specify the depth of the floating
  5. screen.  Make sure you specify this before the "colors" keyword.
  6.  
  7. New config keyword "colors" lets you specify the colors of the
  8. floating screen.  Example:
  9.  
  10.     colors 000,fff,f80,383
  11.  
  12. Various pen colors can be customized using the config keywords
  13. "pen_text", "pen_high", and "pen_alert", and "pen_gadtext".  See the
  14. documentation file for details.
  15.  
  16. Fixed guru that occurred at various times after YaHoo's window was
  17. hidden with the "hide" command.  Also fixed a problem with signals
  18. that may have caused problems when YaHoo's window was hidden or when
  19. it was moved from one screen to another.  Also fixed a possible
  20. problem when the wrong number of parameters were passed on an AREXX
  21. command.
  22.  
  23. New AREXX command "getline" lets you write your own who's online
  24. command in AREXX for your callers to use.  The example BooHoo.rexx
  25. script is provided to get you started.  You can use it pretty much
  26. as is, or munge it to your heart's content.
  27.  
  28. New config keyword "dispid" lets you specify a display id for
  29. creating the floating screen.  Value must be in hex (sorry, I'm too
  30. lazy tonight to figure out how to read the display database).
  31.  
  32. Easier screen shuffling!  If you use the floating screen, click the
  33. new screen cycle gadget to cycle through your active screens.  YaHoo's
  34. screen stays fixed at the bottom as you cycle.  Use this instead of
  35. clicking the other screen's cycle gadgets, or using AMIGA-M/N.  If
  36. you've avoided the floating screen because it was difficult to cycle
  37. through your screens, try it this way!
  38.  
  39. Changes from version 1.0 to 1.1
  40. -------------------------------
  41.  
  42. Make absolutely sure you have NOSHOWREXX in your Trapdoor config file
  43. if you let YaHoo send AREXX messages to Trapdoor 1.83.  Without this,
  44. Trapdoor might hang or crash.  This is not a problem in 1.84 and later.
  45.  
  46. Fixed bug where YaHoo sometimes reported an idle port when a user was
  47. actually on-line.
  48.  
  49. Clicking on a selected port now deselects it.
  50.  
  51. New config keyword "showall" starts YaHoo with all gadgets visible.
  52.  
  53. New config keyword "gad_idle" specifies a gadget that is active when
  54. nobody is logged into the current port.
  55.  
  56. New command substitutions in the config file:
  57.  
  58.     $4 is trapdoor's arexx port name
  59.     $5 is trapdoor's log file name
  60.  
  61. New config keyword "gadfont" lets you specify a font for the gadgets
  62. different from the main font.  This font can be proportional.
  63.  
  64. New config keyword "title" lets you specify the window title.
  65.  
  66. Fixed several bugs in font opening and closing.
  67.  
  68. Fixed some buggy error messages (font size and lib versions were
  69. hosed).
  70.  
  71. Added more interesting examples in the Tips & Tricks section of the
  72. documentation.
  73.  
  74. Chat examples in the Tips & Tricks section were changed to avoid
  75. using DLG's AREXX menu commands, since it seems to crash even on
  76. these simple examples.  Now I see why everyone says DLG's AREXX
  77. is broken!
  78.  
  79. Time remaining is now included in the display.
  80.  
  81. New config keywords let you control the display format somewhat:
  82.  
  83.     "nolevel" suppresses the access level
  84.     "nocity" suppresses the city
  85.     "notime" suppresses the time remaining
  86.     "nobaud" suppresses the baud rate
  87.     "alias" shows alias instead of name
  88.  
  89. New config keywords "zoomleft" and "zoomtop" let you specify the
  90. window's zoom (icon) position.
  91.  
  92. Clicking on the arrow gadget really really fast no longer causes the
  93. window to be resized wrong.
  94.  
  95. New config keyword "sizeup" controls the way YaHoo resizes its window.
  96.